home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ETO Development Tools 4
/
ETO Development Tools 4.iso
/
Tools - Objects
/
Macintosh Programmer’s Workshop
/
MPW PQR4
/
BigBrother
/
BB.Help
next >
Wrap
Text File
|
1991-05-09
|
1KB
|
36 lines
-
BigBrother # install or remove the Big Brother Parasite
BigBrother [-p] [-i [install options…]] | [-r [remove options…]]
-p # write progress information to diagnostics
-i[nstall] # install the Big Brother Parasite and begin coverage
-r[emove] # remove parasite, end coverage and write report file
Install Options:
----------------
-f <targetFile> # target resource file <targetFile>
-sys # target system resource file
-aa <start>-<stop> # target range of absolute addresses (in hex)
-rt type=id # target individual resources (default is to target all CODE resources)
-trap # trace a-traps (default is to turn off tracing when entering a-traps)
Remove Options:
---------------
-o <pathName> # name the report file <pathName> (default is ":BigBrother.out")
Notes:
------
1) When installing, you must specify exactly one of -f, -sys or -aa.
2) You may specify multiple -rt options.
2) Invoking BigBrother with no arguments returns version and build information.
-
BBReporter # generate Big Brother coverage reports
BBReporter pathName… [-p] [-d] [-m] > reportFile
-p # write progress information to diagnostics
-d # disassemble coverage targets
-m # compute coverage percentages for procedures
Notes:
------
1) -m is only useful if there are Macsbug symbols embedded in the code.